-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 [Frontend] Second app on Sim4Life.lite #7807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 [Frontend] Second app on Sim4Life.lite #7807
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces support for a second app (sim4life.framework) in sim4life.lite by updating the plus button configuration.
- Added a new configuration entry with resourceType, expectedKey, title, and newStudyLabel for sim4life.framework.
- Updated the ui_config.json to include the new menu option for the additional app.
|
The icon will ultimately be coming from the image labels, right? |
Correct |
|
@Mergifyio queue |
🛑 The pull request has been synchronized by a user |
|
This pull request has been removed from the queue for the following reason: The pull request #7807 has been manually updated. If you want to requeue this pull request, you can post a |
|
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
|
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks:You may have to fix your CI before adding the pull request to the queue again. |
|
This reverts commit c6d1b64.



What do these changes do?
A second app is going to make into sim4life.lite: sim4life.framework (the sim4life that supports plugins).
In order the frontend to support it, it needs to be listed in the New Menu. This PR updated the default plus button config (this config can be overridden in the DB).
Bonus:
Related issue/s
How to test
Dev-ops